remove

function remove(value: T): boolean

Removes an element from the collection.

Return

true if the element has been successfully removed; false if it was not present in the collection.

Since

0.6.0

Parameters

value

The element to remove.